Click or drag to resize

RuleOperationResponseErrors Property

Represents an array of rule validation errors on each rule field that has an error.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<RuleOperationError> Errors { get; }

Property Value

Type: IListRuleOperationError
The errors.
See Also